* process.c: Avoid unnecessary calls to gettime.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 Jul 2012 16:57:32 +0000 (09:57 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 Jul 2012 16:57:32 +0000 (09:57 -0700)
commit5975a5c767177fa00bb801bf360cf7239aac578e
tree95eb156366ed0036ff0aed12046e78f4dce97761
parent8b41397b59ce17baff2341c8e3a908f224b44f62
* process.c: Avoid unnecessary calls to gettime.

(wait_reading_process_output): Don't get the time of day
when gobbling data immediately and not waiting, as there's no need
for it in that case.  This removes a FIXME.
src/ChangeLog
src/process.c